DataCollection
GetCell メソッド (C1TableViewSource<T>)

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1TableViewSource<T> クラス : GetCell メソッド
Table view requesting the cell.
Location of the row where the cell will be displayed.
Called by the table view to get populate the row at indexPath with a cell view.
シンタックス
'宣言
 
Public Overrides NotOverridable Function GetCell( _
   ByVal tableView As UIKit.UITableView, _
   ByVal indexPath As Foundation.NSIndexPath _
) As UIKit.UITableViewCell
public override UIKit.UITableViewCell GetCell( 
   UIKit.UITableView tableView,
   Foundation.NSIndexPath indexPath
)

パラメータ

tableView
Table view requesting the cell.
indexPath
Location of the row where the cell will be displayed.

戻り値の型

An object that inherits from UIKit.UITableViewCell that the table can use for the specified row. Do not return null or an assertion will be raised.
参照

C1TableViewSource<T> クラス
C1TableViewSource<T> メンバ